Skip to main content
GET
[DNS Records] List DNS records for a zone

Authorizations

Authorization
string
header
required

Use Authorization: Bearer <token> header. Token can be a JWT token or an API key (format: sk-onetsolutions-...).

Path Parameters

id
string
required

The unique identifier (UUID) of the DNS zone

organization_id
string<uuid>
required
project_id
string<uuid>
required

Query Parameters

type
string

Filter records by type (e.g., A, AAAA, CNAME, MX, TXT, NS, SRV, CAA)

Response

Successfully retrieved the list of DNS records

count
integer
required
Example:

123

results
object[]
required
next
string<uri> | null
Example:

"http://api.example.org/accounts/?page=4"

previous
string<uri> | null
Example:

"http://api.example.org/accounts/?page=2"